home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # set -x
- cd ../
- ULTRA_PACK_HOME=`pwd`
- XILDEMOHOME=$ULTRA_PACK_HOME/xil
- LD_LIBRARY_PATH=/usr/openwin/lib:/usr/lib:$LD_LIBRARY_PATH
- PATH=$XILDEMOHOME/:$PATH
- export ULTRA_PACK_HOME XILDEMOHOME PATH LD_LIBRARY_PATH
- cd $XILDEMOHOME
- /usr/openwin/bin/textedit -fg Yellow -bg Black $XILDEMOHOME/xildemotips.txt
-